home *** CD-ROM | disk | FTP | other *** search
- Path: informatik.tu-muenchen.de!fischerj
- From: fischerj@informatik.tu-muenchen.de (Juergen "Rally" Fischer)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: CHIP and GCC
- Date: 17 Jan 1996 19:01:17 GMT
- Organization: Technische Universitaet Muenchen, Germany
- Distribution: world
- Message-ID: <4djh1t$41n@sunsystem5.informatik.tu-muenchen.de>
- References: <4cgvd5$aa2@serveur.cribx1.u-bordeaux.fr>
- NNTP-Posting-Host: hphalle5.informatik.tu-muenchen.de
- Originator: fischerj@hphalle5.informatik.tu-muenchen.de
-
-
- In article <4cgvd5$aa2@serveur.cribx1.u-bordeaux.fr>, skoruppa@athena.ceremab.u-bordeaux.fr (Nils Skoruppa) writes:
- |> Organization: ceremab
- |> Lines: 9
- |> Distribution: world
- |> Message-ID: <4cgvd5$aa2@serveur.cribx1.u-bordeaux.fr>
- |> Reply-To: skoruppa@athena.ceremab.u-bordeaux.fr (Nils Skoruppa)
- |> NNTP-Posting-Host: athena.math.u-bordeaux.fr
- |>
- |> It seems that the keyword CHIP (or similar) is not
- |> yet implemented in GNUC 2.7 for the Amiga.
- |> Could someone suggest
- |> a reasonable work around (reasonable = not having to
- |> change completely and clumbsily programs which freely
- |> make use of __chip__ ...).
- |> ---NP. Skoruppa
- |>
- |>
-
- The only data that can cause this problem is compiled picture or wavedata.
- Or copperlists. If it is large (over some kb), I'd not compile it anyway.
-
- Just allocmem() some chipmem and copy the data there.
-
- I don't know what the -D__chip__ advie will cause, but it would be a
- real pitty if all your code would be load to chipmem by default!
- causes factor 2 speed loss on A1200 when loop is larger than 256 bytes,
- and prepare for factor 4 or worse on turbos!
-
- Also chipmem is something you max got 2mb of, don't waste it.
-
-
- ah, I see my re: is no real help for you problem :\ as you are
- to recompile a ready program ? mhm.... better a slow program in
- chipmem than a crashing one...
-
- ------------------------------------------------------------------------
- fischerj@Informatik.TU-Muenchen.DE (Juergen "Rally" Fischer) =:)
-